home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Scope / Scope Disk #078 (199x)(Scope PD)(US)[WB].zip / Scope Disk #078 (199x)(Scope PD)(US)[WB].adf / Tbar / tbar.doc < prev    next >
Text File  |  1989-06-29  |  1KB  |  41 lines

  1. tbar - version 1.0 - by john everett
  2. created 17-May-89 and released to the Public Domain
  3.  
  4. This short (564 bytes) program will change the intuition pattern used in the
  5. title bars of all windows.  Put it in your startup-sequence and dress up
  6. your windows!  It will change the current window immediately and all others
  7. as they are selected.  The code is pure and may be made resident (can't see
  8. much use in doing that - except maybe while playing with new patterns).
  9. There are five patterns built in, or you may define your own pattern.
  10. Calling tbar with no arguments will restore the default pattern.
  11.  
  12. Usage examples:
  13.  
  14. tbar
  15.   restores default pattern
  16. tbar ?
  17.   prints usage information
  18. tbar -z
  19.   change to `zipper' pattern
  20. tbar -s
  21.   change to `stripe' pattern
  22. tbar -o
  23.   change to `open' pattern
  24. tbar -h
  25.   change to `heart' pattern
  26. tbar -d
  27.   change to `diagonal' pattern
  28. tbar 4ce8,e800,4800,4800,4ceb,4a2c,4ae8,4ca8
  29.   change to `tbar' pattern
  30. tbar 0fc0 0fc0 3030 cccc c48c d86c c78c 3030
  31.   change to `happy face' pattern
  32.  
  33. The last two examples demonstrate how you may design and use any pattern you
  34. like.  Spaces and commas in the hex data are ignored, zeros are significant.
  35.  
  36. Enjoy!
  37. john everett
  38. 321 Hodges
  39. Memphis,TN  37211
  40. PLINK ID - JAE
  41.